From c06df5a44c552cc757b802ec57cfbb4508be0dae Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 24 Feb 2005 04:27:48 +0000 Subject: [PATCH] Fix a typo. (#168173, Ivan Wong) 2005-02-23 Matthias Clasen * io-ico.c: Fix a typo. (#168173, Ivan Wong) --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/io-ico.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 1df3d50869..4bde8bd49d 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2005-02-23 Matthias Clasen + + * io-ico.c: Fix a typo. (#168173, Ivan Wong) + 2005-02-15 Matthias Clasen * io-pnm.c (pnm_skip_whitespace): Don't read over the end of diff --git a/gdk-pixbuf/io-ico.c b/gdk-pixbuf/io-ico.c index 022c93a3c7..21f34b2a1b 100644 --- a/gdk-pixbuf/io-ico.c +++ b/gdk-pixbuf/io-ico.c @@ -950,7 +950,7 @@ fill_entry (IconEntry *icon, if (hot_x > -1 && hot_y > -1) { icon->hot_x = hot_x; - icon->hot_x = hot_y; + icon->hot_y = hot_y; if (icon->hot_x >= icon->width || icon->hot_y >= icon->height) { g_set_error (error, GDK_PIXBUF_ERROR, -- 2.30.2